﻿@charset "utf-8";

/* CSS Document */


/* CSS Document */


/*CSS重置*/

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
	margin: 0px;
}

input,
button,
ul,
ol {
	margin: 0px;
	padding: 0px;
}

body,
input,
button,
form {
	font: 12px/1.5 "微软雅黑", "宋体", "Arial Black";
	color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0px;
}


/*display:block;*/

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*网站公用样式表*/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

body {
	background: url(../images/pro_bg.jpg);
}


/*清除浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}


/*index.html*/


/*header*/

.header {
	width: 100%;
	height: 119px;
	background: url(../images/bg.jpg);
overflow: hidden;
}

.top {
	width: 1000px;
	height: 119px;
	margin: 0 auto;
	background: url(../images/logo_bg.png);
}

.logo {
	padding-top: 30px;
}

.logo a {
	float: left;
}

.adv {
	height: 60px;
	border-left: 1px solid #fddd9a;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
}

.adv span {
	color: #fddd9a;
	font-size: 20px;
	line-height: 30px;
}

.adv p {
	color: #fddd9a;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
}

.seach {
	width: 300px;
	float: right;
	padding-top: 30px;
}

.seach p {
	color: #fddd9a;
	background: url(../images/phone.png) no-repeat 55px;
	font-size: 30px;
	font-family: Arial;
	text-align: right;
	line-height: 28px;
}

.searcher {
	width: 274px;
	height: 31px;
	float: right;
	margin-top: 10px;
}

.searcher .txt {
	background: url(../images/skey.png);
	width: 224px;
	height: 31px;
	border: none;
	float: left;
	text-indent: 10px;
	line-height: 31px;
}

.searcher .sub {
	background: url(../images/skey.png);
	width: 50px;
	height: 31px;
	border: none;
	cursor: pointer;
}


/*nav*/

.nav_bg {
	width: 100%;
	height: 57px;
	background: url(../images/nav_bg.jpg);
}

.nav {
	width: 1000px;
	height: 57px;
	line-height: 57px;
	margin: 0 auto;
}

.nav a {
	color: #fddd9a;
	font-size: 16px;
	width: 128px;
	display: block;
	float: left;
	margin-left: 17px;
	text-align: center;
}

.nav a:hover,
.nav a.this {
	background: url(../images/nav_hover.jpg);
}

#mind_nav_bg {
	background: url(../images/nav_hover.jpg) !important;
	display: block;
}



/*pro*/

.pro {
	width: 1000px;
	margin: 30px auto 0;
	height: 680px;
}

.pro h1,
.part3 h1 {
	color: #520301;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	background: url(../images/icon_2.png) no-repeat center;
}

.pro p,
.part3 p {
	color: #a6807b;
	font-size: 18px;
	text-align: center;
}

.subnav {
	width: 780px;
	height: 31px;
	margin: 20px auto 0;
	position: relative;
}

.subnav .prolist {
	width: 660px;
	overflow: hidden;
	float: left;
	height: 44px;
}

.subnav .prolist ul {
	float: left;
	width: 400%;
}

.subnav .prolist ul li {
	width: 135px;
	height: 31px;
	line-height: 31px;
	background: url(../images/icon_4.png);
	float: left;
	text-align: center;
	margin: 0px 15px;
}

.subnav .prolist ul li a {
	display: block;
	font-size: 16px;
	color: #240100;
}

.subnav .prolist ul li a:hover {
	background: url(../images/icon_5.png);
	color: #fefefe;
}

.arrow_l {
	width: 15px;
	height: 31px;
	float: left;
	display: block;
	cursor: pointer;
	margin-right: 45px;
}

.arrow_r {
	width: 15px;
	height: 31px;
	float: right;
	display: block;
	cursor: pointer;
}

.item a {
	width: 241px;
	height: 246px;
	display: block;
	float: left;
	margin: 20px 4px 0px 5px;
	overflow: hidden;
}

.item a img {
	display: block;
	height: 182px;
	width: 100%;
}

.item a span {
	font-size: 16px;
	color: #7b0400;
	font-weight: bold;
	background: url(../images/icon_6.png) no-repeat bottom;
	height: 64px;
	width: 241px;
	display: block;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}

.item a:hover span {
	background: url(../images/icon_7.png) no-repeat;
	color: #fddd9a;
}

.proItem {
	width: 718px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;

}

.proItem-list {overflow:hidden;margin-top:20px;}
.proItem-list a{color:#666;}
.proItem-list a:hover{color:#a30500;}
.proItem-list li {
    float: left;
    width: 336px;
margin:0 11px;
}
.proItem-list li img.proImg {
    display: block;
    width: 330px;
    height: 263px;
    padding: 2px;
    border: 1px solid #BBBBBB;
}
.proItem-list li span.proName {
    display: block;
    width: 351px;
    text-align: center;
    padding: 2px;
line-height:36px;
}


/*contact*/

.about_bg {
	width: 100%;
	background: url(../images/about_bg.jpg) no-repeat center;
	height: 300px;
}

.ab {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}

.about {
	width: 520px;
	height: 300px;
	float: left;
}

.about h2,
.contact h3 {
	width: 30px;
	height: 206px;
	font-size: 26px;
	float: left;
	padding-top: 81px;
	color: #fddd9a;
	line-height: 30px;
	background: url(../images/icon_8.png) no-repeat center;
	text-align: center;
}

.about span {
	color: #fcf8f2;
	font-size: 18px;
	margin: 30px 0px 5px 80px;
	display: block;
}

.about p {
	width: 445px;
	color: #fcf8f2;
	font-size: 14px;
	line-height: 28px;
	float: right;
}

.about p a {
	color: #fddd9a;
}

.contact {
	width: 340px;
	height: 287px;
	float: right;
}

.contact h3 {
	width: 30px;
	height: 206px;
	font-size: 26px;
	float: right;
	padding-top: 81px;
	margin-left: 20px;
	color: #fddd9a;
	line-height: 30px;
	background: url(../images/icon_8.png) no-repeat center;
	text-align: center;
}

.contact span {
	color: #fcf8f2;
	font-size: 18px;
	margin: 30px 0px 5px 0px;
	display: block;
}

.contact img {
	margin-top: 10px;
	float: left;
}

.contact .format400,
.contact .tel {
	font-size: 24px;
	color: #ffffff;
	line-height: 50px;
	margin-left: 50px;
	font-weight: bold;
}

.contact .mall {
	font-size: 14px;
	color: #ffffff;
	margin-left: 50px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 6px;
}

.contact .add {
	font-size: 14px;
	color: #ffffff;
	margin-left: 50px;
	font-weight: bold;
	line-height: 40px;
}


/*news*/

.main1062 {
	width: 1000px;
	margin: 0px auto;
}

.part3 {
	width: 100%;
	height: 380px;
	margin: 30px auto 0;
}

.icase {
	float: left;
	width: 100%;
}

.icase .tod {
	position: relative;
	float: left;
	width: 910px;
	height: 277px;
	overflow: hidden;
}

.icase .tod .list .ite {
	padding-top: 30px;
	width: 198px;
	height: 240px;
	float: left;
	margin: 0px 15px 0;
}

.icase .tod .list .ite a.img {
	border: 2px solid #d0d0d0;
	display: block;
}

.icase .tod .list .ite a.img img {
	height: 139px;
	width: 186px;
	margin: 4px;
}

.icase .tod .list .ite a span {
	font-size: 16px;
	color: #370200;
	text-indent: 12px;
	display: block;
	background: url(../images/icon_10.png) no-repeat 175px;
	margin-top: 5px;
}

.icase .tod .list .ite a .wenzi {
	font-size: 14px;
	color: #959595;
	line-height: 24px;
	padding: 5px 10px 10px 10px;
}

.icase .tod .list .ite a:hover span {
	color: #e49565;
	background: url(../images/icon_11.png) no-repeat 175px;
}

.icase .tod .list .ite a:hover .wenzi {
	color: #e49565;
}

.icase .arro_r,
.arro_l {
	float: left;
	width: 15px;
	height: 31px;
}

.icase .arro_r {
	background: url(../images/icon_1.png) no-repeat;
	margin: 130px 30px 0px 0px;
}

.icase .arro_l {
	background: url(../images/icon_3.png) no-repeat;
	margin: 130px 0px 0px 30px;
}

.icase .arro_l:hover,
.icase .arro_r:hover {
	background-color: none;
}


/*首页滚动*/

#demo1,
#demo2 {
	float: left;
}

#indemo {
	width: 1500%;
	overflow: hidden;
	padding-top: 20px;
}


/*copy*/

.copy_bg {
	width: 100%;
	height: 342px;
	background: url(../images/bg.jpg);
	border-bottom: 1px solid #ff0800;
}

.copy {
	width: 1000px;
	margin: 0 auto;
	/*background: url(../images/icon_12.png);*/
	height: 123px;
	padding-top: 30px;
}

.copy p {
	text-align: center;
	font-size: 14px;
	color: #ffdf9a;
	line-height: 30px;
}

.copy p a {
	color: #ffdf9a;
}


/* 迷你焦点图 */

.minBanner,
.minBanner ul,
.minBanner img {
	height: 300px;
}


/*悬浮框*/

.floating_ck {
	position: fixed;
	right: 0px;
	top: 30%;
	z-index: 9000;
	background: #434343;
}

.floating_ck dl dd {
	position: relative;
	width: 83px;
	height: 72px;
	background: url(../images/xian.jpg) left bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

.floating_ck dl dd:hover {
	background-color: #cd0202;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.floating_ck dl dd.consult img {
	margin: 16px 0px 0px 25px;
}

.floating_ck dl dd.words img {
	margin: 20px 0px 0px 25px;
}

.floating_ck dl dd.qrcord img {
	margin: 20px 0px 0px 26px;
}

.floating_ck dl dd.return img {
	margin: 14px 0px 0px 28px;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 70px;
	background-color: #cd0202;
	display: none;
}

.floating_left a {
	color: #fff;
	line-height: 70px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.floating_ewm {
	height: 200px;
	top: -130px;
}

.floating_ewm i {
	background-image: url(../images/code.png);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
}

.floating_ewm p.qrcord_p01 {
	color: #fff;
	margin-top: 12px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
}

.floating_ck dl dd.pointer {
	background-image: none !important;
	height: 30px;
}

.floating_ck dl dd.words .floating_left {
	color: #fff;
	line-height: 70px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}

.floating_ck dl dd.pointer span {
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	display: block;
	text-align: center;
}

.a {
	cursor: pointer;
	display: none;
}

.a img {
	background: none !important;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	_display: none;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 1;
}

.autocut {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}


/* pager */

.pager {
	display: block;
	width: 100%;
	height: auto;
	padding: 30px 0;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

.pager span,
.pager a {
	display: inline-block;
	border: 1px solid #ddd;
	color: #333;
	height: 24px;
	line-height: 24px;
	padding: 0px 8px;
	text-decoration: none;
	background: #FFF;
	margin: 0 5px;
}

.pager a:hover {
	background: #fdfbfc;
	border-color: #a30500;
	color: #a30500;
	text-decoration: none;
}

.pager .cur {
	background: #a30500;
	border-color: #a30500;
	font-weight: bold;
	color: #FFF;
}

.pager span.dot {
	background: #8d5248;
	border-color: #0a6c00;
	font-weight: bold;
	color: #FFF;
}


/* relatedLink */

.relatedLink {
	height: 30px;
	line-height: 30px;
	border: 1px solid #cccccc;
	width: 696px;
	font-size: 14px;
	margin-top: 10px;
	color: #4c4c4c;
}

.relatedLink .prevLink {
	float: left;
	margin-left: 10px;
	color: #4c4c4c;
}

.relatedLink .prevLink a {
	color: #4c4c4c;
}

.relatedLink .nextLink {
	float: right;
	margin-right: 10px;
	color: #4c4c4c;
}

.relatedLink .nextLink a {
	color: #4c4c4c;
}

.relatedLink a:hover {
	color: #a30500;
}


/* reInformation */

.reInformation {
	/*width: 666px;*/
    padding: 0 15px 20px;
    border: 1px solid #cccccc;
    margin: 20px auto;
}

.reInformation .tit {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-weight: bold;
}

.reInformation .tit2 {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	margin-bottom: 21px;
	color: #4c4c4c;
}

.reInformation ul {
	margin-left: 2px;
	float: left;
}

.reInformation li {
	float: left;
	width: 200px;
	/*padding: 9px 9px 0;
	border: 1px solid #cccccc;*/
	margin-left: 12px;
	margin-right: 12px;
	display: inline;
}

.reInformation li img {
	width: 200px;
	height: 145px;
}

.reInformation li img:hover {
	opacity: 0.9;
}

.reInformation .g {
	display: block;
	width: 180px;
}

.reInformation .t {
	float: left;
	line-height: 30px;
	color: #4c4c4c;
	font-size: 14px;
}

.reInformation .o,
.reInformation ul li:hover a {
	color: #a30500;
}

.reInformation .o,
.reInformation .o:visited {
	float: right;
	line-height: 30px;
	color: #a30500;
	font-size: 14px;
}

.reInformation ul li:hover .o {
	color: #4c4c4c;
}

.reInformation li:hover {
	/*border: 1px solid #a30500;*/
}


/* listProduct */

.listProduct .tbody {
	overflow: hidden;
}

.listProduct ul.list {
	float: left;
	width: 105%;
}

.listProduct li.item {
	float: left;
	width: 240px;
}

.listProduct a.img {
	width: 226px;
	height: 205px;
	display: block;
	border: 1px solid #cccccc;
	text-align: center;
}

.listProduct a.img img {
	display: block;
	width: 226px;
	height: 170px;
}

.listProduct a.img span {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333;
	background: #ebebeb;
	font-size: 14px;
	font-weight: normal;
}

.listProduct a.img font {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #333;
}

.listProduct a.img:hover {
	border: 1px solid #a30500;
}

.listProduct a.img:hover span {
	color: #fddd9a;
	background: #a30500;
}


/* pageProduct */

.pageProduct .tbody {
	padding: 15px 0px;
}

.pageProduct .tbody .photo {
	text-align: center;
	width: 400px;
	float: left;
	padding: 4px;
	border: 1px solid #cccccc;
	margin: 0 24px 30px 0;
}

.pageProduct .tbody .photo img {
	width: 400px;
	height: 300px;
	display: block;
}

.pageProduct .tbody .wd {
	float: right;
	width: 285px;
	height: 300px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px;
}

.pageProduct .tbody .wd h1 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 7px;
	color: #0e62b1;
}

.pageProduct .tbody .wd ul {
	font-size: 14px;
}

.pageProduct .tbody .wd li.item {
	height: 30px;
	line-height: 30px;
}

.pageProduct .tbody .wd li.item span {
	margin-right: 5px;
}

.pageProduct .tbody .wd li.btn {
	height: 45px;
}

.pageProduct .order {
	width: 103px;
	height: 30px;
	margin-top: 5px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #a30500;
	display: block;
	color: #a30500;
	float: right;
	margin-right: 168px;
}

.pageProduct .order:hover {
	background: #a30500;
	color: #fddd9a !important;
}

.pageProduct .tbody div.ts {
	font-size: 16px;
	color: #4c4c4c;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}

.pageProduct .tbody div.infor {
	margin-bottom: 30px;
	line-height: 24px;
	color: #777;
}
.infor p {
   /* text-indent: 2em;*/
}
.pageProduct .tbody .info {
	margin-bottom: 20px;
}


/* listCase 案例展示 */

.listCase .tbody {
	overflow: hidden;
}

.listCase ul.list {
	float: left;
	width: 105%;
}

.listCase li.item {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}

.listCase a.img {
	width: 226px;
	height: 200px;
	display: block;
	border: 1px solid #cccccc;
	text-align: center;
}

.listCase a.img img {
	display: block;
	width: 226px;
	height: 170px;
}

.listCase a.img span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
	background: #ebebeb;
}

.listCase a.img font {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.listCase a.img:hover {
	border: 1px solid #c2292b;
}

.listCase a.img:hover span {
	color: #ffffff;
	background: #c2292b;
}


/* pageCase */

.pageCase .tbody {
	margin: 0 20px;
}

.pageCase .tbody .tit {
	font-size: 18px;
	line-height: 25px;
	padding: 15px 0;
	text-align: center;
	color: #a30500;
	font-family: "微软雅黑";
	font-weight: bold;
}

.pageCase .tbody .photo {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.pageCase .tbody .photo img {
	width: 500px;
	height: 375px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #FFF;
}

.pageCase .tbody .info {
	margin-bottom: 40px;
}

.pageCase .tbody .info p {
	margin-bottom: 10px;
	line-height: 2;
	text-indent: 2em;
}


/* listNews */

.listNews ul.list {
	padding-bottom: 20px;
	overflow: hidden;
}

.listNews ul.list li.ite {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #cccccc;
}

.listNews ul.list li.ite a {
	float: left;
	padding-left: 20px;
	color: #4c4c4c;
	background: url(../images/icon_10.png) no-repeat 0px 15px;
}

.listNews ul.list li.ite a:hover {
	color: #a30500;
	background: url(../images/icon_11.png) no-repeat 0px 9px;
}

.listNews ul.list li.ite span {
	float: right;
	margin-right: 10px;
	color: #999;
}


/* pageNews */

.pageNews .tbody .tit {
	font-size: 20px;
	font-family: 微软雅黑;
	line-height: 25px;
	padding: 15px 0;
	text-align: center;
	color: #a30500;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}

.pageNews .mark {
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0px 10px 20px 10px;
	color: #999;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #FFF;
}

.pageNews .mark span,
.pageNews .tbody .mark a.msg {
	margin: 0 7px;
}

.pageNews .mark .font a {
	margin: 0 3px;
	color: #ccc;
}

.pageNews .mark .font a:hover,
.pageNews .tbody .mark .font a.cur {
	color: #a30500;
}

.pageNews .mark a.msg {
	width: 40px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #a30500;
}

.pageNews .mark a.msg:hover {
	text-decoration: underline;
}

.pageNews .photo {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.pageNews .photo img {
	max-width: 580px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #FFF;
}

.pageNews .info {
	margin-bottom: 40px;
	color: #666;
	line-height: 200%;
	margin: 0px 0px 0px 10px;
}

.pageNews .info p {
	margin-bottom: 10px;
	line-height: 200%;
	text-indent: 2em;
}


/* wrapper */

.wrapper {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
    *padding-bottom: 50px;
}

.leftBar {
	width: 1000px;
	float: left;
	overflow: hidden;
}

.rightCon {
	width: 752px;
	overflow: hidden;
	float: right;
	margin-top: 40px;
}


/* column */

.column {
	background: #FFF;
	position: relative;
}

.column .thead {
	width: 965px;
	height: 85px;
	margin: 0 auto;
}

.left_contant .thead .tit1 {
	width: 240px;
	font-size: 24px;
	font-family: 微软雅黑;
	height: 80px;
	color: #fddd9a;
	font-weight: normal;
	text-align: center;
	line-height: 28px;
	padding-top: 25px;
	background: url(../images/bg.jpg);
}

.left_contant .thead .tit1 span {
	font-size: 20px;
}

.column .thead .tit2 {
	height: 40px;
	line-height: 40px;
	color: #1e6cb6;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	text-align: center;
	float: left;
}

.column .thead .more {
	float: right;
	height: 40px;
	line-height: 40px;
	color: #0e62b1;
}

.column .thead .more:hover {
	text-decoration: underline;
}

.column .tbody {
	margin: 0 auto;
}


/* sidebar */

.sidebar {
	width: 240px;
	float: left;
	position: relative;
	z-index: 11;
	margin-bottom: 60px;
	margin-top: 40px;
}

.leftNav {
	width: 240px;
}

.leftNav .cl {
	width: 240px;
}

.leftNav .tl {
	width: 240px;
	border: 1px solid #ebebeb;
}

.leftNav .thead {
	width: 240px;
	background-color: #c2292b !important;
	font-size: 24px;
	font-family: 微软雅黑;
	color: #ffffff;
	height: 102px;
}

.leftNav .list {
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}

.leftNav .item {
	height: 40px;
	position: relative;
}


/* leftContact */

.leftContact {
	height: auto;
	line-height: 26px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	width: 216px;
	padding: 10px 10px 10px 12px;
	border: 1px solid #cccccc;
	background-color: #fff;
	border-top: none;
}


/* content */

.content {
	width: 748px;
	float: right;
	background: #FFF;
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 20px;
}

.content .thead {
	width: 728px;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto 10px;
}

.content .thead .tit2 {
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	border-bottom: 2px solid #a30500;
	font-weight: bold;
	color: #a30500;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	text-align: center;
	float: left;
	background: url(../images/icon_1.png) no-repeat 0px center;
    max-width: 40%;
    overflow: hidden;
}

.content .tbody {
	margin: 0 20px;
	line-height: 24px;
	font-size: 14px;
}

.content .tbody .baseInfo h1 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #1e1f24;
	font-weight: normal;
}

.content .tbody .baseInfo p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #1e1f24;
}

.content .tbody .baseInfo .format400 {
	font-size: 24px;
	color: #c2292b;
	font-family: "Georgia";
}

.content .tbody .baseInfo .button {
	margin-top: 40px;
}

.content .tbody .baseInfo .button a:hover {
	color: #c2292b;
}

.content .tbody .baseInfo .btn {
	display: block;
	width: 77px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #333;
	border: 1px solid #c2292b;
	float: right;
	margin-right: 195px;
}

.content .sitepath {
	float: right;
	height: 40px;
	line-height: 50px;
	text-align: right;
	display: inline;
	color: #808080;
	font-size: 12px;
    max-width: 48%;
    overflow: hidden;
}

.content .sitepath a {
	color: #333;
}

.content .sitepath a:hover {
	color: #a30500;
}

.BMap_bubble_content {
	font-size: 14px;
}

.BMap_bubble_title> a {
	font-size: 14px;
}

.formData tr.item label {
	font-size: 12px;
}

.jing_kf_1 div.mobileCode span,
.jing_kf_1 div.mobileCode a,
.jing_kf_1 li.e span,
.jing_kf_1 li.e strong {
	font-size: 14px;
}


/* sideBar */

.left_contant {
	float: left;
	width: 240px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.ny_classy {
	width: 240px;
	float: left;
	margin-bottom: 30px;
}

.ny_classy .thead {
	width: 240px;
	font-size: 24px;
	font-family: 微软雅黑;
	height: 80px;
	color: #fddd9a;
	font-weight: normal;
	text-align: center;
	line-height: 28px;
	padding-top: 25px;
	background: url(../images/bg.jpg);
}

.ny_classy .thead span {
	font-size: 20px;
}

#fenleid {
	height: 45px;
	display: block;
	color: #a30500;
}

.ny_classy .tod {
	background: #fff;
}

.ny_classy .tod a {
	height: 45px;
	line-height: 45px;
	border: 1px solid #cccccc;
	border-top: none;
	color: #333;
	display: block;
	text-align: center;
	font-size: 14px;
}

.ny_classy .tod a:hover,
.ny_classy .tod a.this {
	color: #a30500;
}

.ny_classy .drop {
	display: none;
}

.ny_classy .drop a {
	border-bottom: 1px dashed #c2292b;
	color: #c2292b;
	display: block;
}

.minBanner ul li {
	background-color: #a30500 !important;
}


/* listProduct2 */

.main {
	width: 1000px;
	margin: 0px auto;
}

.listProduct2 {
	width: 748px;
	float: right;
	margin-top: 40px;
	background: #FFF;
}

.listProduct2 .thead {
	border-bottom: 1px solid #cccccc;
	height: 40px;
	margin: 0 auto 10px;
	width: 728px;
}

.listProduct2 .tbody {
	margin: 0 auto 10px;
	width: 728px;
}

.listProduct2 .sitepath {
	float: right;
	height: 40px;
	line-height: 50px;
	text-align: right;
	display: inline;
	color: #808080;
	font-size: 12px;
}

.listProduct2 .sitepath a {
	color: #333;
}

.listProduct2 .sitepath a:hover {
	color: #a30500;
}

.listProduct2 .thead .tit2 {
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	border-bottom: 2px solid #a30500;
	font-weight: bold;
	color: #a30500;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	text-align: center;
	float: left;
	background: url(../images/icon_1.png) no-repeat 0px center;
}

.listProduct2 ul.list {
	padding-bottom: 20px;
	overflow: hidden;
}

.listProduct2 li.ite {
	float: left;
	padding: 16px 10px;
	;
	width: 728px;
	border-bottom: 1px dotted #cccccc;
}

.listProduct2 li.ite .img {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	padding: 4px;
	border: 1px solid #cccccc;
	background: #FFF;
	margin-right: 20px;
}

.listProduct2 li.ite:hover .img {
	border: 1px solid #a30500;
}

.listProduct2 li.ite .img img {
	width: 200px;
	height: 150px;
}

.listProduct2 li.ite .wd {
	width: 666px;
	*width: 450px;
	margin-left: 40px;
	margin-top: 5px;
}

.listProduct2 li.ite .tit {
	border: none;
	height: 25px;
	line-height: 20px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
}

.listProduct2 li.ite .tit a {
	display: block;
	color: #a30500;
	height: 37px;
	line-height: 37px;
	padding-left: 22px;
	text-align: left;
}

.listProduct2 li.ite .opr b {
	width: 79px;
	height: 35px;
	font: 26px/26px "Microsoft Yahei";
	color: #ff6600;
	font-weight: bold;
}

.listProduct2 li.ite .opr b em {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

.listProduct2 li.ite .summary {
	text-indent: 2em;
	line-height: 24px;
	height: 100px;
	margin-top: 15px;
	overflow: hidden;
	color: #333;
	font-size: 14px;
}

.listProduct2 li.ite .summary a {
	color: #333;
}

.listProduct2 li.ite .opr .order {
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #dedede;
}

.listProduct2 li.ite .opr .order:hover {
	border: 1px solid #a30500;
}

.listProduct2 li.ite:hover .summary a {
	color: #a30500;
}

.pageCase {
	width: 748px;
	float: right;
	margin-top: 40px;
	background: #fff;
	margin-bottom: 40px;
}

.pageCase .sitepath {
	float: right;
	height: 40px;
	line-height: 50px;
	text-align: right;
	display: inline;
	color: #808080;
	font-size: 12px;
}

.pageCase .sitepath a {
	color: #333;
}

.pageCase .sitepath a:hover {
	color: #a30500;
}

.pageCase .thead {
	border-bottom: 1px solid #cccccc;
	height: 40px;
	margin: 0 auto 10px;
	width: 728px;
}

.pageCase .thead .tit2 {
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	border-bottom: 2px solid #a30500;
	color: #a30500;
	font-weight: bold;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	text-align: center;
	float: left;
	background: url(../images/icon_1.png) no-repeat 0px center;
}

/*.formData {
	margin-bottom: 40px;
	margin-left: 140px;
	margin-top: 40px;
}

.formData tr.item input,
.formData tr.code input {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #666;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	width: 250px;
}

.formData tr.code input {
	width: 90px;
}

.formData tr.code img {
	margin-left: 10px;
	vertical-align: middle;
}

.formData tr.item textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	height: 80px;
	margin-bottom: 15px;
	padding: 0 5px;
	width: 250px;
}

.formData .red {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-right: 5px;
	color: #a30500;
}

.formData .sub {
	background: #434343 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	width: 102px;
}

.formData .sub:hover {
	background: #a30500 none repeat scroll 0 0;
}*/


/*页码*/

.page {
	display: block;
	width: 100%;
	height: auto;
	padding: 30px 0;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

.page ul {
	display: inline-block;
float: right;
}

.page ul li {
	margin: 0 5px;
	float: left;
}

.page ul li a {
	display: inline-block;
	border: 1px solid #ddd;
	color: #333;
	height: 24px;
	line-height: 24px;
	padding: 0px 8px;
	text-decoration: none;
	background: #FFF;
}

.page ul li.this a,
.page ul li:hover a {
	background: #a30500;
	border-color: #a30500;
	font-weight: bold;
	color: #FFF;
}

.TotalPages {
	display: none;
}
/*留言*/
.post_zxly {
	/*width: 100%;
	margin-left: 2%;
	padding-top: 7px;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 12px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	color: #454545;
	padding-bottom: 40px;*/
	margin: 0 15px;
    line-height: 24px;
    font-size: 14px;
    padding-top: 20px;
}

.post_zxly_content {
    width: 595px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.post_zxly_cont {
    /*width: 490px; */
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.post_zxly_cont form {
    /*width: 490px; */
    height: auto;
    overflow: hidden;
}

ul.form-list {
    /*width: 490px; */
    height: auto;
    overflow: hidden;
}
.post_zxly_cont li {
    float: left;
    margin-bottom: 13px;
    /*width: 490px; */
    width: 100%; 
}
.post_zxly_cont li span,.post_zxly_cont li input[type="text"],.post_zxly_cont li input[type="radio"],.post_zxly_cont li input[type="checkbox"],.post_zxly_cont li i,.post_zxly_cont li textarea,.post_zxly_cont li select,.post_zxly_cont li option{
    outline: none;
    color: #880400;
    font-size: 14px;
    line-height: 33px;
    height: 33px;
    margin: 5px 0;
    /*line-height: 22px\9;
    height: 22px\9;
    margin: 8px 0\9;*/
}
.post_zxly_cont li span {
	display: inline-block;
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 10px;
}
.post_zxly_cont li input[type="text"]{
    border: 1px solid #d1d1d1;
    float: left;
    padding-left: 10px;
    width: 540px;
}
.post_zxly_cont li input[type="radio"],.post_zxly_cont li input[type="checkbox"]{
    float: left;
    padding-left: 10px;
}
.post_zxly_cont li i {
	font-style: normal;
	float: left;
	display: inline-block;
	margin-right: 15px;
}

.post_zxly_cont li textarea {
    border: 1px solid #d1d1d1;
    width: 530px;
    height: 130px;
    background: none;
    resize: none;
    padding: 10px;
}

.post_zxly_cont li checkbox {}

.post_zxly_cont li select {
    border: 1px solid #d1d1d1;
    float: left;
    margin-right: 5px;
}
.post_zxly_cont li option {
    padding: 0!important;
}

.post_zxly_cont li .txt {
	width: 380px;
}

.post_zxly_cont li .tex {}

.post_zxly_cont li .rad {}

.post_zxly_cont li .chk {}

.post_zxly_cont li .sel {}

.post_zxly_cont li.li9 {
	margin-top: 2px;
}

.btn1,.btn2 {
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    width: 102px;
}
.btn1 {
    background: url(../images/tijiao.png) center center no-repeat;
    float: left;
    margin-left: 200px;
}
.btn2 {
    background: url(../images/chongtian.png) center center no-repeat;
    float: right;
    margin-right: 200px;
}

/*详情页*/
.view h1 {
    font-size: 20px;
    font-family: 微软雅黑;
    line-height: 25px;
    padding: 15px 0;
    text-align: center;
    color: #a30500;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
}
.time {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 10px 20px 10px;
    color: #999;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #FFF;
}
.time span {
    margin: 0 7px;
}
.contents {
    margin-bottom: 40px;
    color: #666;
    line-height: 200%;
    margin: 0px 0px 0px 10px;
    height: auto;
    overflow: hidden;
}
.contents img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.next {
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    /*width: 100%;*/
    font-size: 14px;
    margin-top: 10px;
    color: #4c4c4c;
    margin: 0 auto;
    padding: 0 10px;
}
.next a{
	color: #4c4c4c;
}
.next a:hover{
	color: #a30500;;
}